home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-stuttgart.de!news
- From: Markus Heller <Markus.Heller@studbox.uni-stuttgart.de>
- Newsgroups: comp.lang.c
- Subject: Debugging .. howto ?
- Date: Mon, 25 Mar 1996 20:02:43 +0100
- Organization: Comp.Center (RUS), U of Stuttgart, FRG
- Message-ID: <3156EDD3.5A37AB5D@studbox.uni-stuttgart.de>
- NNTP-Posting-Host: rusxppp135.rus.uni-stuttgart.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b4CALDERA (X11; I; Linux 1.2.13 i486)
-
- Hi all,
-
- I have a some c code, it uses Metro's OpenGL and the glut-3.0
- toolkit from Mark Kilgard. The program reads some data from
- a file and draws the data. The program seg faults while
- creating display lists.
- To debug it, I run it under control of gdb - the program did
- not seg fault under gdb control !
- My system is a linux elf system, kernel 1.2.13, with
- gcc-2.7.2l0, libc-5.2.18, binutils-2.6.0.10.
- I tested my program on a FreeBSD system with Xinsides OpenGL
- as well - it runs fine there, no problems.
-
- To me it seems as if there's either something wrong with the
- gcc/libc under linux or Metro's OpenGL or my code. From the
- above mentioned behaviour on the diffrent systems I guess
- it is not a bug in my program.
-
- But how could I find it out ? What methods / tools should
- I use (and how?) ?
-
- Markus
-